summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/system_version.h
blob: 21b5514a90518316a6e76d3a13ae8fc296f4190a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include <string>
#include "core/file_sys/vfs_types.h"

namespace FileSys::SystemArchive {

std::string GetLongDisplayVersion();

VirtualDir SystemVersion();

} // namespace FileSys::SystemArchive